Contents page

Rules for Tools/Notation Flags


Notation Flags
#define NB_PRINTTREBLE          0x0001 
#define NB_PRINTBASS            0x0002 
#define NB_PRINTBOTH            0x0003 
#define NB_PRINTCHORDS          0x0004 
#define NB_PRINTLYRICS          0x0008 
#define NB_PRINTDYNAMICS        0x0010 
#define NB_TRANSPOSE            0x0100 
#define NB_PRINTING             0x0200 
#define NB_THINKTREBLE          0x1000 
#define NB_THINKBASS            0x2000 
#define NB_THINKBOTH            0x4000 
#define NB_THINKBITS            0x7000